Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] feat: 꿀조합 전체 목록 조회 요청 쿼리 추가 #449

Merged
merged 5 commits into from
Aug 15, 2023

Conversation

Leejin-Yang
Copy link
Collaborator

Issue

✨ 구현한 기능

  • 꿀조합 전체 목록 조회 infinite query 추가
  • 꿀조합 요청 무한스크롤 추가

📢 논의하고 싶은 내용

x

🎸 기타

x

⏰ 일정

  • 추정 시간 : 1시간
  • 걸린 시간 : 1시간

@github-actions
Copy link

github-actions bot commented Aug 14, 2023

Unit Test Results

2 tests   2 ✔️  6s ⏱️
1 suites  0 💤
1 files    0

Results for commit 985c3d4.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@xodms0309 xodms0309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~

Comment on lines 22 to 30
rest.post('/api/recipes', (req, res, ctx) => {
const formData = req.body;

if (!formData) {
return res(ctx.status(400), ctx.json({ error: 'formData를 제공하지 않았습니다.' }));
}

return res(ctx.status(200), ctx.json({ message: '꿀조합이 등록되었습니다.' }), ctx.set('Location', '/recipes/1'));
}),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

중복인가요..?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

복붙하다가 추가됐네요 😅
삭제하겠읍니다!

Copy link
Collaborator

@hae-on hae-on left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨슴다!

@Leejin-Yang Leejin-Yang merged commit 7add336 into develop Aug 15, 2023
3 checks passed
@Leejin-Yang Leejin-Yang deleted the feat/issue-448 branch August 15, 2023 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] 꿀조합 전체 목록 요청 쿼리 추가
3 participants